home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
boot
/
sunprom
/
boot.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-07-17
|
372b
|
21 lines
/*
* boot.h --
*
* Boot program definitions.
*
* Copyright 1986 Regents of the University of California
* All rights reserved.
*
*
* $Header: /sprite/src/boot/sunprom/RCS/boot.h,v 1.3 90/07/17 15:42:02 mendel Exp $ SPRITE (Berkeley)
*/
#ifndef _BOOT
#define _BOOT
/*
* SUN_PROM_BOOT - boot using the drivers in the Sun PROMs.
*/
#define SUN_PROM_BOOT
#endif